home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr15 / gv20.zip / GV.DOC < prev    next >
Text File  |  1993-07-01  |  9KB  |  351 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                                   GL-VIEW V2.0
  9.  
  10.                                 BY STEVE McGRATH
  11.  
  12.                               ALL RIGHTS RESERVED
  13.  
  14.                             (C) COPYRIGHT JULY 1993
  15.  
  16.                               A FREEWARE SOFTWARE
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. WHAT IS GL-VIEW ?
  26. ----------------
  27.  
  28.         GL-VIEW is a simple shell for manipulating ".GL". It will read the
  29.     first 999 ".GL" in the selected path.  In order to use it and to avoid
  30.     "Out Memory", I suggest that you make as much memory as possible and to
  31.     start from the command line or from WINDOWS 3.x.
  32.  
  33.         FILES INCLUDED IN THIS ARCHIVE:
  34.  
  35.         GV.EXE       = The GL-VIEW program.
  36.         GV.DOC       = GL-VIEW documentation.
  37.         GV.HIS       = Revision History.
  38.         GV.PIF       = PIF file for running SHEZ under Windows.
  39.         GV.ICO       = Windows ICON for SHEZ.
  40.         FILE_ID.DIZ  = Short description
  41.         WHATS.NEW    = Whats new in this version
  42.  
  43.  
  44. COMMAND LINE OPTIONS:
  45. --------------------
  46.  
  47. GV [/?] [FILE.GL] [/M*.*] [/PPATH] [/EPATH] [/GPATH] [/F] /[I] [/X]
  48.  
  49. /?      : A resume of this documention
  50.           Exemple: C:\GL-VIEW>GV /?
  51.  
  52. FILE.GL : Execute the FILE.GL
  53.           Exemple: C:\GL-VIEW>GV D:\GL\MISC\EXEMPLE.GL
  54.  
  55.           You must put ".GL".
  56.  
  57. /M*.*   : The mask
  58.           Exemple: C:\GL-VIEW>GV /MA*.GL
  59.  
  60.           If you included a MASK in GV.CFG, it will have the prioritie.
  61.  
  62. /PPATH  : Where the ".GL" are
  63.           Exemple: C:\GL-VIEW>GV /PC:\GL
  64.  
  65.           If you included a Path in GV.CFG, it will have the prioritie.
  66.  
  67. /EPATH  : Where the editor is
  68.           Exemple: C:\GL-VIEW>GV /EC:\GL
  69.  
  70.           If you included a Editor in GV.CFG, it will have the prioritie.
  71.  
  72. /GPATH  : Where grasprt is
  73.           Exemple: C:\GL-VIEW>GV /G:C:\GL
  74.  
  75.           If you included a Path in GV.CFG, it will have the prioritie.
  76.  
  77. /F      : File display with the number in the list, date and time added
  78.           Exemple: C:\GL-VIEW>GV /F
  79.  
  80. /I      : Force internal viewer if no editor in GV.CFG
  81.           Exemple: C:\GL-VIEW>GV /I
  82.  
  83. /X      : Exit after executing FILE.GL
  84.           Exemple: C:\GL-VIEW>GV D:\GL\MISC\EXEMPLE.GL /X
  85.  
  86.  
  87. COMMAND IN THE SHELL:
  88. --------------------
  89.  
  90. ENTER      : View the ".GL"
  91.  
  92. ? OR /     : A short resume of this documention
  93.  
  94. I          : Information on the ".GL" Information File (".GLI")
  95.  
  96.              Your editor or the internal viewer will show you the ".GLI"
  97.  
  98.              If it doesn't have a ".GLI", a startup file will be created but
  99.              you must specify a editor in order to edit it.
  100.  
  101. M          : Change the mask
  102.  
  103.              Useful to select some of your ".GL"
  104.              Exemple:
  105.              Mask   : M*.GL
  106.              Mask   : TES*.GL
  107.  
  108. P          : Change the path of your ".GL"
  109.  
  110. E          : Change the path of the editor
  111.  
  112.              Exemple:
  113.              Editor : C:\EDITOR\EDITOR.EXE
  114.  
  115.              If you have DOS 5.0 and don't specified any editor, GL-VIEW will
  116.              get the DOS editor unless you put the /I in the command line to
  117.              force the internal viewer.
  118.  
  119.              Exemple:
  120.              Editor : C:\DOS\EDIT.EXE
  121.  
  122.              If you don't specify any editor the internal viewer will be
  123.              selected.
  124.  
  125.              Exemple:
  126.              Editor : INTERNAL VIEWER
  127.  
  128.  
  129. G          : Change the path of the GRASPRT.EXE
  130.  
  131.              Exemple:
  132.              Grasptr: C:\GL
  133.  
  134. T          : Tag file
  135.  
  136. U          : Untag file
  137.  
  138. F          : File display with the number in the list, date and time added
  139.  
  140. SPACE      : Tag/Untag file
  141.              After a Tag/Untag, the cursor will go to the next one.
  142.  
  143. CTRL-ENTER : View all tagged files
  144.  
  145. CTRL-T     : Tag all files
  146.  
  147. CTRL-U     : Untag all files
  148.  
  149.  
  150. GRASP INFORMATION FILE:
  151. ----------------------
  152.  
  153.     For the creator's of ".GL", I would like them to include the following
  154. information file ".GLI".  It will give detail about the ".GL".
  155.  
  156.  
  157. TITLE    :
  158. FILENAME :
  159. CATEGORIE:
  160. AUTHOR   :
  161. DATE     :
  162.  
  163. DISPLAY TYPE:
  164. SOUND       :
  165. SOUND CARD  :
  166. ENTER ENABLE:
  167. COLOR       :
  168. LOOPING     :
  169.  
  170. SCREEN   TYPE  DIGITIZED IMAGE   COLOR  FULLSCREEN
  171.  
  172.  
  173. TIME(MIN.)       PROCESSOR         H.D.(MS)
  174.  
  175.  
  176.     Exemple:
  177.  
  178. EXEMPLE.GLI
  179. --------------------------------------------------------------------------------
  180. TITLE    : FIRST EXEMPLE
  181. FILENAME : EXEMPLE.GL
  182. CATEGORIE: DEMO
  183. AUTHOR   : ABC INC.
  184. DATE     : 15-04-93
  185.                                            
  186. DISPLAY TYPE: CGA
  187. SOUND       : NO
  188. SOUND CARD  : NO
  189. ENTER ENABLE: YES
  190. COLOR       : NO
  191. LOOPING     : YES
  192.                                            
  193. SCREEN   TYPE   DIGITIZED IMAGE   COLOR  FULLSCREEN
  194.  1       TEXT                     YES
  195.  2       MOVING YES       16      NO     YES
  196.  
  197. TIME(MIN.)       PROCESSOR         H.D.(MS)
  198. 03:30            386SX-20          18
  199. --------------------------------------------------------------------------------
  200.  
  201.  
  202. GV.CFG OPTION:
  203. -------------
  204.  
  205. OPTION          Description
  206. ------          -----------
  207.  
  208. DATE            This option will give you the choices of having a short or
  209.                 long date.
  210.  
  211.                 Exemple:
  212.                 DATE = LONG
  213.  
  214.                 Long : FRIDAY, APRIL 15 , 1993
  215.                 Short: 15/01/1993
  216.  
  217.                 DEFAULT: SHORT
  218.  
  219. PATH            This option will give you the location of the ".GL".
  220.  
  221.                 Exemple:
  222.                 PATH = C:\GL
  223.  
  224.                 DEFAULT: CURRENT PATH
  225.  
  226. EDITOR          This option will give you the location of the editor.
  227.  
  228.                 Exemple:
  229.                 EDITOR = C:\EDITOR\EDITOR.EXE
  230.                 EDITOR = IV   (INTERNAL VIEWER)
  231.  
  232.                 DEFAULT: IV
  233.  
  234. GRASPRT         This option will give you the location of GRASPRT.EXE.
  235.  
  236.                 Exemple:
  237.                 GRASPRT = C:\GL
  238.  
  239.                 DEFAULT: CURRENT PATH
  240.  
  241. FILEDISPLAY     This option will give you the short or long description of the file
  242.  
  243.                 Exemple:
  244.                 FILEDISPLAY = LONG
  245.  
  246.                 Long :   1 GL1     .GL       123,567 15/01/93 22:01
  247.                 Short: GL1     .GL       123,567
  248.  
  249.                 DEFAULT: SHORT
  250.  
  251. MASK            This option will give you a mask to select some ".GL".
  252.  
  253.                 Exemple:
  254.                 MASK = A*.GL
  255.  
  256.                 DEFAULT : *.GL
  257.  
  258. SCROLLBAR       This option will give you the possibility to put the scrollbar at
  259.                 the bottom or the side.
  260.  
  261.                 Exemple:
  262.                 SCROLLBAR = SIDE
  263.  
  264.                 DEFAULT : BOTTOM
  265.  
  266.  
  267. The command line AND configuration are NOT case sensitive, and will work when
  268. typed in upper, lower or mixed case.
  269.  
  270. Exemple 1:
  271.  
  272. DATE     = LONG
  273.  FILEDISPLAY= ALL
  274. GRASPRT     = c:\gl
  275. path    =    C:\GL
  276. EDITOR    =  C:\EDITOR\EDITOR.EXE
  277. MASK     = *.GL
  278. SCROLLBAR  = side
  279.  
  280. Exemple 2:
  281.  
  282. DATE        = LONG
  283. FILEDISPLAY = ALL
  284. GRASPRT     = C:\GL
  285. PATH        = C:\GL
  286. EDITOR      = C:\EDITOR\EDITOR.EXE
  287. MASK        = *.GL
  288. SCROLLBAR   = SIDE
  289.  
  290. The command line AND configuration are NOT case sensitive, and will work when
  291. typed in upper, lower or mixed case.
  292.  
  293. ENVIRONNEMENT VARIABLE:
  294. ----------------------
  295.  
  296.    If you want to start GL-VIEW from anywhere, you can use the SET GVCFG
  297. environment parameter so it can find the configuration file.  Put it in
  298. the AUTOEXEC.BAT or any batch file before starting GL-VIEW.
  299.  
  300. Exemple:
  301.  
  302. SET GVCFG=C:\GL
  303.  
  304.  
  305. HOW TO USE IT FROM WINDOWS:
  306. --------------------------
  307.  
  308.  1. Select FILE from the PROGRAM MANAGER menu bar
  309.  
  310.  2. Select NEW
  311.  
  312.  3. Select PROGRAM ITEM
  313.  
  314.  4. DESCRIPTION      : GL-VIEW 2.0
  315.  
  316.  5. COMMAND LINE     : GV.PIF
  317.  
  318.  6. WORKING DIRECTORY: C:\GL-VIEW
  319.  
  320.  7. CHANGE ICON to     C:\GL-VIEW\GV1.ICO
  321.  
  322.         For more information see your WINDOWS USER'S GUIDE.
  323.  
  324. LIMIT OF LIABILITY:
  325. ------------------
  326.  
  327. GL-VIEW is distributed as is.  The author disclaims all warranties,
  328. expressed or implied.  The author will assume no liability for
  329. damages either from the direct use of this product or as a
  330. consequence of the use of this product.
  331.  
  332. COPYRIGHTS:
  333. ----------
  334.  
  335. The copyrights on GRASP and GRASPRT are owned by Paul Mace
  336. Software, Incorporated of Ashland, Oregon.
  337.  
  338. This program is free but I retain all copyrights  You can
  339. copy it to friends.
  340.  
  341. Please state the version of the software you currently have.
  342. All comments will be taken into consideration for the next
  343. version. All donation will be accepted, send them to:
  344.  
  345.          Steve McGrath
  346.          2173 des Bouvreuils
  347.          Charlesbourg, Québec
  348.          Canada, G1G 1Z9
  349.  
  350.  
  351.